home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / Updates / Virus / VirusZ / Docs / VirusZ_III.History < prev    next >
Text File  |  2000-05-16  |  8KB  |  143 lines

  1. ============================================================================
  2.                         VIRUSZ III REVISION HISTORY
  3. ============================================================================
  4.  
  5.  0.94ß Changes/Additions since 0.93aß:
  6.     - Now no longer made by Georg Hörmann, but made by Dirk Stöcker.
  7.     - Added lots of new patches running on my system.
  8.     - Removed unfinished old style archiver support
  9.     - Added short report format (like in VirusZ II)
  10.     - Bug fixes
  11.     - Added file archiver support using xadmaster.library
  12.       NOTE: Registered VirusZ users can get special conditions when
  13.       registering xadmaster.library. Contact me.
  14.     - Fixed preferences storage.
  15.     - Added my PGP signature to all the important files.
  16.     - Fixed VirusZ II Docs.
  17.     - Removed VirusZ II history stuff (It is no longer developed!).
  18.     - Added resize feature to some windows.
  19.  
  20. ----------------------------------------------------------------------------
  21.  
  22. This version still causes PatchWork hits in the startup-code while scanning
  23. for an already running VirusZ_III copy. This may be fixed in a later release
  24. and doesn't influence the performance of VirusZ.
  25.  
  26.  0.93aß Changes/Additions since 0.93ß:
  27.     - Argh! Fixed tiny little bug that made 0.93ß crash on all Amigas
  28.       that don't have archiver prefs saved in 'ENV:VirusZ_III'. Thanks
  29.       to Jan Andersen and Dirk Stöcker for the reports.
  30.     - Memory Monitor now uses a pointer to ExecBase as default address
  31.       to prevent Enforcer hits when 'Chip Start Address = 0' option is
  32.       activated. Manually forced read accesses to locations $0 to $ff
  33.       still cause Enforcer hits, but that is intended. That's why you
  34.       can switch off the above mentioned option :-) Thanks to Dirk
  35.       Stöcker for the report and idea.
  36.     - Fixed unsafe calls to FindTask() in 'Fake SnoopDos' code. Fixed
  37.       shutdown code for timer port. Thanks to Dirk Stöcker again for
  38.       the reports and for sending PatchWork (written by Richard Körber),
  39.       a very useful debug utility.
  40.     - Added recognition for patches caused by PoolMem and PatchWork.
  41.       Thanks again to Dirk for sending that stuff.
  42.  
  43.  0.93ß  Changes/Additions since 0.92ß:
  44.     - Finally added a new file check that works asynchronously. Right
  45.       now it doesn't support archives and doesn't create a report, but
  46.       all other features of VZ II file check have been implemented.
  47.     - Certainly added preferences windows for file check. Some features
  48.       are not implemented yet, just ignore those settings.
  49.  
  50. ----------------------------------------------------------------------------
  51. Oh, oh, it's September already, and nothing great happened to VirusZ III.
  52. This really is a shame, but I was on a holiday trip in August after my final
  53. exams...
  54.  
  55.  0.92ß  Changes/Additions since 0.91ß:
  56.     - Added some system patches to vector check that disturbed me on
  57.       my machine;-)
  58.     - Changed VirusZ status to FREEWARE until I will have more time
  59.       to develop new features or at least finish VirusZ III. Why should
  60.       you pay money for an incomplete program?
  61.  
  62. ----------------------------------------------------------------------------
  63. From March to August '98 I'm once again just at home for the week-ends.
  64. This will definitely delay further development, but I'm going to try my
  65. best to finish the work I've started as soon as possible.
  66.  
  67.  0.91ß  Changes/Additions since 0.90ß:
  68.     - Added xvs.library version string to About request. Idea by
  69.       Jan Andersen.
  70.     - Fixed Disk-Validator check (path was DFx::L/Disk-Validator),
  71.       thanks to Dirk Stöcker for the report.
  72.  
  73. ----------------------------------------------------------------------------
  74. Please understand that I didn't have the time to write a documentation
  75. for VirusZ III until now, just try the features yourself, most things are
  76. quite similar to VirusZ II.
  77. Best thing would be to run VirusZ III permanently in the background and
  78. call VirusZ II if you want to check files/sectors. Disable all background
  79. checking in VirusZ II 1.42/1.43 then to avoid double testing.
  80. Sorry, but huge programs, like VirusZ became over the years, cannot be
  81. rewritten in just a few days.
  82.  
  83.  0.90ß  Changes/Additions since VirusZ II 1.42a:
  84.     - Argh, just after releasing the fixed version, I found another
  85.       bug in the Vector Check code. But now it's fully fixed.
  86.     - Added option to Memory Monitor to skip the low memory region
  87.       in Chip-Ram to prevent Enforcer hits.
  88.     - Fixed little bug in Memory Monitor, the scroll functions didn't
  89.       roll over the end of a region properly.
  90.     - Changed whole signal/message handling to asynchronous style.
  91.       The second (background) process is obsolete and has been removed.
  92.       Even reqtools requesters are asynchronous now, everything runs
  93.       at the same time and nothing blocks out VirusZ. Functionality is
  94.       now just limited by the number of free task signals as each
  95.       window needs at least one.
  96.     - Rewritten whole startup code, all initialization routines and
  97.       module setups for proper support of all new features.
  98.     - Removed File Check and Sector Check. These must be rewritten
  99.       first to be able to support async design.
  100.     - Totally rewritten Bootblock Lab. The brainfile is compatible
  101.       to VirusZ II but is stored by default in 'S:' now.
  102.     - Totally new and safe device scanner: Only disk-based devices will
  103.       be recognized. This should prevent complications with some odd
  104.       harddisks, cd-roms etc.
  105.     - Added new preferences. The preferences format changed and is no
  106.       longer compatible with VirusZ II as many things became obsolete.
  107.     - All settings are stored in ENV:VirusZ_III subdirectory now, as
  108.       there will be created several files.
  109.     - Preferences are kind of interactive now, every change is used
  110.       immediately. There's no more need for Use/Cancel buttons.
  111.     - VirusZ remembers all window positions now. After a restart all
  112.       windows will appear at their old positions. This only works if
  113.       centering is disabled (in Misc Prefs)!
  114.     - Added a few new patches to the vector check. Thanks to all the
  115.       guys who sent them.
  116.     - Added new viruses to xvs.library: 'Death To Maxs' 1-4 trojans.
  117.       Thanks to Jan Andersen for sending them.
  118.     - Re-added 'Hide Known Patches' option to Vector Check as this
  119.       is really useful if you have lots of patches in your system.
  120.     - Added new feature to Vector Check: If VirusZ detects some new
  121.       unknown vectors, the Vector Check will mark them '--> CHANGED
  122.       SINCE LAST CHECK' when they are first reported. This comment
  123.       will then change to '--> SUSPICIOUS' as usual after a refresh.
  124.       This may help you at determining which program causes which
  125.       changes. Idea by Ramiro Garcia and others.
  126.     - Removed detection for Sinmut bootvirus. This actually isn't a
  127.       virus, but some intro bootblock.
  128.     - Added/improved ARexx scripts CheckFiles.vzrx and CheckDir.vzrx.
  129.       CheckFiles supports multiple filenames as arguments and
  130.       CheckDir reports which drawer has been checked now. Thanks to
  131.       Ramiro Garcia for developping the improvements.
  132.  
  133. This history entry is just a rough overview of what happened in the last
  134. few weeks. I sat in front of my machine almost every evening, my girlfriend
  135. is getting angry and other hobbies (even television) are canceled.
  136. There were several moments when another huge problem appeared that I didn't
  137. believe in myself any longer and thought about cancelling all the work, but
  138. until now, I nevertheless managed to solve all the problems (asynchronous
  139. layout is really tricky ;-)
  140. There is still a lot of work to come, as I'm planning new features for the
  141. File Check and other parts of VirusZ III, but I really hope that some day
  142. I can say: It's done!
  143.